home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / CASENEST.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  315 b   |  23 lines

  1. Nested Case Structures
  2.  
  3. First statement.
  4.  
  5. Question:
  6.     
  7.     (Choice #1)
  8.     Statement for choice #1.
  9.     
  10.     Nested question:
  11.         (Nested choice #1)
  12.         Statement for nested choice #1.
  13.         (Nested choice #2)
  14.         Statement for nested choice #2.
  15.     :end
  16.     
  17.     (Choice #2)
  18.     Statement for choice #2.
  19. :end
  20.  
  21. Last statement.
  22.  
  23.